home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / NeXTcontour_1.7 / Source / NeXTcontour.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  2.1 KB  |  140 lines

  1. Contour = {
  2.     ACTIONS = {
  3.     resetFunctionSubsets:;
  4.     resetLineData:;
  5.     whyTheBeep:;
  6.     resetGridSubsets:;
  7.     resetGridData:;
  8.     openGrid:;
  9.     resetAll:;
  10.     listGridData:;
  11.     drawPlot:;
  12.     resetGridLineColorWell:;
  13.     openSolution:;
  14.     eQuateSubsets:;
  15.     resetLineSubsets:;
  16.     resetDefaults:;
  17.     setWindowSize:;
  18.     listFunctionData:;
  19.     previousView:;
  20.     resetMinMax:;
  21.     listSolutionData:;
  22.     resetFunctionData:;
  23.     resetProjectionData:;
  24.     writeOutLineData:;
  25.     };
  26.     OUTLETS = {
  27.     jFunctionMax;
  28.     colorPanel;
  29.     helpPanel;
  30.     fMax;
  31.     setDefaultDiscipline;
  32.     gridLineThickness;
  33.     jLineMin;
  34.     numberContours;
  35.     xyLimits;
  36.     lLineInc;
  37.     kGridMax;
  38.     kFunctionInc;
  39.     jFunctionInc;
  40.     printPreviewMode;
  41.     zoomOnOff;
  42.     drawGrid;
  43.     kLineMax;
  44.     setDefaultPrintColor;
  45.     functionTitle;
  46.     kGridInc;
  47.     kFunctionMin;
  48.     jFunctionMin;
  49.     levelsPanel;
  50.     setDefaultColor;
  51.     choose2D3DData;
  52.     foregroundColor;
  53.     contourValuesOn;
  54.     lGridMin;
  55.     viewingTransformations;
  56.     gridLineColorMatrix;
  57.     chooseScreenSize;
  58.     chooseGridPlane;
  59.     plotButton;
  60.     drawFunction;
  61.     lFunctionMax;
  62.     jLineInc;
  63.     setAspectRatio;
  64.     absissaCoordinate;
  65.     jGridInc;
  66.     kLineMin;
  67.     setDefaultNumberOfFunctions;
  68.     solidContourLines;
  69.     setDefaultDataForm;
  70.     numberOfFunctions;
  71.     lFunctionMin;
  72.     canvasWindow;
  73.     changeLabelFont;
  74.     preferencesPanel;
  75.     kGridMin;
  76.     contourLineThickness;
  77.     chooseDiscipline;
  78.     lGridInc;
  79.     jLineMax;
  80.     chooseLineData;
  81.     lFunctionInc;
  82.     unitsLabelOn;
  83.     canvas;
  84.     chooseDataType;
  85.     lLineMin;
  86.     clearPlot;
  87.     setDefault2D3D;
  88.     animate3DGOnOff;
  89.     viewPoint;
  90.     printColor;
  91.     autoContours;
  92.     jGridMin;
  93.     chooseFunctionPlane;
  94.     jGridMax;
  95.     backgroundColor;
  96.     subsetsPanel;
  97.     mainTitle;
  98.     contourLimits;
  99.     kLineInc;
  100.     gridLineColor;
  101.     xyLabelsOn;
  102.     choose2D3DGrid;
  103.     lLineMax;
  104.     lGridMax;
  105.     functionMatrix;
  106.     animate3DFOnOff;
  107.     changeTitleFont;
  108.     contourLineColor;
  109.     controlsPanel;
  110.     fMin;
  111.     kFunctionMax;
  112.     };
  113.     SUPERCLASS = Object;
  114. };
  115. TextView = {
  116.     OUTLETS = {
  117.     theText;
  118.     };
  119.     SUPERCLASS = ScrollView;
  120. };
  121. FirstResponder = {
  122.     ACTIONS = {
  123.     };
  124.     SUPERCLASS = Object;
  125. };
  126. ContourView = {
  127.     ACTIONS = {
  128.     doPrinting:;
  129.     saveEPS:;
  130.     clear:;
  131.     copyPScode:;
  132.     };
  133.     OUTLETS = {
  134.     contourParam;
  135.     theFontManager;
  136.     printColorAccessory;
  137.     };
  138.     SUPERCLASS = View;
  139. };
  140.